//==============================================================================
// Scroll Of Sealing SFX_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define FireTrail
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a fire ball trail
      }
   }
}
//==============================================================================
define FireBall
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a fire ball2
      }
   }
}
//==============================================================================
define Flames
{
   set hotspot
   {
      version
      {
         Visualparticle DeckardCain ScrollOfSealing Flames SFX
      }
   }
}
//==============================================================================
define FlamesBowl
{
   set hotspot
   {
      version
      {
         Visualparticle DeckardCain ScrollOfSealing FlamesBowl SFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny ScrollOfSealing_spawn
			Connect fire FireTrail hotspot
			Connect fire FireBall hotspot
			Connect smoke0 Flames hotspot
			Connect smoke0 FlamesBowl hotspot
			Connect smoke1 Flames hotspot
			Connect smoke1 FlamesBowl hotspot
			Connect smoke2 Flames hotspot
			Connect smoke2 FlamesBowl hotspot
			tag SpecificSoundSet 0.01 false ScrollOfSealingSpawnSFX checkVisible
	 }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualNone
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualNone
	 }
      }
   }
}